3.283 \(\int (a-b x^n)^p (a+b x^n)^p \, dx\)

Optimal. Leaf size=72 \[ x \left (a-b x^n\right )^p \left (a+b x^n\right )^p \left (1-\frac {b^2 x^{2 n}}{a^2}\right )^{-p} \, _2F_1\left (\frac {1}{2 n},-p;\frac {1}{2} \left (2+\frac {1}{n}\right );\frac {b^2 x^{2 n}}{a^2}\right ) \]

[Out]

x*(a-b*x^n)^p*(a+b*x^n)^p*hypergeom([-p, 1/2/n],[1+1/2/n],b^2*x^(2*n)/a^2)/((1-b^2*x^(2*n)/a^2)^p)

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 72, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.150, Rules used = {253, 246, 245} \[ x \left (a-b x^n\right )^p \left (a+b x^n\right )^p \left (1-\frac {b^2 x^{2 n}}{a^2}\right )^{-p} \, _2F_1\left (\frac {1}{2 n},-p;\frac {1}{2} \left (2+\frac {1}{n}\right );\frac {b^2 x^{2 n}}{a^2}\right ) \]

Antiderivative was successfully verified.

[In]

Int[(a - b*x^n)^p*(a + b*x^n)^p,x]

[Out]

(x*(a - b*x^n)^p*(a + b*x^n)^p*Hypergeometric2F1[1/(2*n), -p, (2 + n^(-1))/2, (b^2*x^(2*n))/a^2])/(1 - (b^2*x^
(2*n))/a^2)^p

Rule 245

Int[((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[a^p*x*Hypergeometric2F1[-p, 1/n, 1/n + 1, -((b*x^n)/a)],
x] /; FreeQ[{a, b, n, p}, x] &&  !IGtQ[p, 0] &&  !IntegerQ[1/n] &&  !ILtQ[Simplify[1/n + p], 0] && (IntegerQ[p
] || GtQ[a, 0])

Rule 246

Int[((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Dist[(a^IntPart[p]*(a + b*x^n)^FracPart[p])/(1 + (b*x^n)/a)^Fr
acPart[p], Int[(1 + (b*x^n)/a)^p, x], x] /; FreeQ[{a, b, n, p}, x] &&  !IGtQ[p, 0] &&  !IntegerQ[1/n] &&  !ILt
Q[Simplify[1/n + p], 0] &&  !(IntegerQ[p] || GtQ[a, 0])

Rule 253

Int[((a1_.) + (b1_.)*(x_)^(n_))^(p_)*((a2_.) + (b2_.)*(x_)^(n_))^(p_), x_Symbol] :> Dist[((a1 + b1*x^n)^FracPa
rt[p]*(a2 + b2*x^n)^FracPart[p])/(a1*a2 + b1*b2*x^(2*n))^FracPart[p], Int[(a1*a2 + b1*b2*x^(2*n))^p, x], x] /;
 FreeQ[{a1, b1, a2, b2, n, p}, x] && EqQ[a2*b1 + a1*b2, 0] &&  !IntegerQ[p]

Rubi steps

\begin {align*} \int \left (a-b x^n\right )^p \left (a+b x^n\right )^p \, dx &=\left (\left (a-b x^n\right )^p \left (a+b x^n\right )^p \left (a^2-b^2 x^{2 n}\right )^{-p}\right ) \int \left (a^2-b^2 x^{2 n}\right )^p \, dx\\ &=\left (\left (a-b x^n\right )^p \left (a+b x^n\right )^p \left (1-\frac {b^2 x^{2 n}}{a^2}\right )^{-p}\right ) \int \left (1-\frac {b^2 x^{2 n}}{a^2}\right )^p \, dx\\ &=x \left (a-b x^n\right )^p \left (a+b x^n\right )^p \left (1-\frac {b^2 x^{2 n}}{a^2}\right )^{-p} \, _2F_1\left (\frac {1}{2 n},-p;\frac {1}{2} \left (2+\frac {1}{n}\right );\frac {b^2 x^{2 n}}{a^2}\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.04, size = 72, normalized size = 1.00 \[ x \left (a-b x^n\right )^p \left (a+b x^n\right )^p \left (1-\frac {b^2 x^{2 n}}{a^2}\right )^{-p} \, _2F_1\left (\frac {1}{2 n},-p;1+\frac {1}{2 n};\frac {b^2 x^{2 n}}{a^2}\right ) \]

Antiderivative was successfully verified.

[In]

Integrate[(a - b*x^n)^p*(a + b*x^n)^p,x]

[Out]

(x*(a - b*x^n)^p*(a + b*x^n)^p*Hypergeometric2F1[1/(2*n), -p, 1 + 1/(2*n), (b^2*x^(2*n))/a^2])/(1 - (b^2*x^(2*
n))/a^2)^p

________________________________________________________________________________________

fricas [F]  time = 0.98, size = 0, normalized size = 0.00 \[ {\rm integral}\left ({\left (b x^{n} + a\right )}^{p} {\left (-b x^{n} + a\right )}^{p}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a-b*x^n)^p*(a+b*x^n)^p,x, algorithm="fricas")

[Out]

integral((b*x^n + a)^p*(-b*x^n + a)^p, x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (b x^{n} + a\right )}^{p} {\left (-b x^{n} + a\right )}^{p}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a-b*x^n)^p*(a+b*x^n)^p,x, algorithm="giac")

[Out]

integrate((b*x^n + a)^p*(-b*x^n + a)^p, x)

________________________________________________________________________________________

maple [F]  time = 0.93, size = 0, normalized size = 0.00 \[ \int \left (-b \,x^{n}+a \right )^{p} \left (b \,x^{n}+a \right )^{p}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((-b*x^n+a)^p*(b*x^n+a)^p,x)

[Out]

int((-b*x^n+a)^p*(b*x^n+a)^p,x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (b x^{n} + a\right )}^{p} {\left (-b x^{n} + a\right )}^{p}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a-b*x^n)^p*(a+b*x^n)^p,x, algorithm="maxima")

[Out]

integrate((b*x^n + a)^p*(-b*x^n + a)^p, x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \[ \int {\left (a+b\,x^n\right )}^p\,{\left (a-b\,x^n\right )}^p \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*x^n)^p*(a - b*x^n)^p,x)

[Out]

int((a + b*x^n)^p*(a - b*x^n)^p, x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \left (a - b x^{n}\right )^{p} \left (a + b x^{n}\right )^{p}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a-b*x**n)**p*(a+b*x**n)**p,x)

[Out]

Integral((a - b*x**n)**p*(a + b*x**n)**p, x)

________________________________________________________________________________________